Pet Store Web Service
Pet Store Web Service
/ Pet Json Schema
Collapse All
Expand All
In This Topic
Description
Overview
Properties
See Also
Sample Template
Classic
Material
Light
Introduction
Pet Store Web Service
Overview
ResourceGroups
Everything about your Pets Resource Group
Access to Petstore orders Resource Group
Operations about user Resource Group
Json Schemas
Order Json Schema
Category Json Schema
User Json Schema
Tag Json Schema
Pet Json Schema
ApiResponse Json Schema
Pet Json Schema
In This Topic
Description
Overview
Properties
See Also
Description
Represents a single Pet in the Store.
Overview
Pet
Represents a single Pet in the Store.
id :
integer
Unique identifier for this pet.
category :
Category
Pet category.
id :
integer
Unique identifier for this category.
name :
string
Category Name.
name :
string
Pet Name.
photoUrls :
Array[string]
Photo Urls.
tags :
Array[
Tag
]
Tags currently applied to this Pet.
id :
integer
Unique identifier for this tag.
name :
string
Tag Name.
status :
string
Pet Status.
Properties
Name
Description
Data Type
id
Unique identifier for this pet.
integer
category
Pet category.
Category
name
Pet Name.
string
photoUrls
Photo Urls.
Array[string]
tags
Tags currently applied to this Pet.
Array[
Tag
]
status
Pet Status.
string
See Also
Pet Store Web Service